home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk36 / mbrain / gads.h < prev    next >
C/C++ Source or Header  |  1995-03-18  |  24KB  |  1,671 lines

  1. /*   Image g11_image  
  2.           Width:    16
  3.          Height:   8
  4.           Depth:    5
  5.      TransColor:    6  */
  6.  
  7. /* Image Data */
  8. UWORD g11_imageData[] =
  9. {
  10.     0x0,
  11.     0x80,
  12.     0x180,
  13.     0x80,
  14.     0x80,
  15.     0x80,
  16.     0x3E0,
  17.     0x0,
  18.     0xFFFF,
  19.     0xFFFF,
  20.     0xFFFF,
  21.     0xFFFF,
  22.     0xFFFF,
  23.     0xFFFF,
  24.     0xFFFF,
  25.     0xFFFF,
  26.     0xFFFF,
  27.     0xFFFF,
  28.     0xFFFF,
  29.     0xFFFF,
  30.     0xFFFF,
  31.     0xFFFF,
  32.     0xFFFF,
  33.     0xFFFF,
  34.     0x0,
  35.     0x80,
  36.     0x180,
  37.     0x80,
  38.     0x80,
  39.     0x80,
  40.     0x3E0,
  41.     0x0,
  42.     0xFFFF,
  43.     0xFFFF,
  44.     0xFFFF,
  45.     0xFFFF,
  46.     0xFFFF,
  47.     0xFFFF,
  48.     0xFFFF,
  49.     0xFFFF
  50.  };
  51.  
  52. struct Image g11_image =
  53. {
  54.     0,0,            /* LeftEdge, TopEdge  */
  55.     16,8,5,        /* Width, Height, Depth */
  56.     &g11_imageData[0],        /* Pointer to Image data */
  57.     31,0,            /* PlanePick, PlaneOnOff */
  58.     NULL,            /* NextImage pointer */
  59. };
  60.  
  61.  
  62.  
  63. /*   Image g11b_image  
  64.           Width:    16
  65.          Height:   8
  66.           Depth:    5
  67.      TransColor:    6  */
  68.  
  69. UWORD g11b_imageData[] =
  70. {
  71. /* Raster width is 1 words*/
  72. /* Plane 0 raster image */
  73.     0xFFFF,
  74.     0xFFFF,
  75.     0xFFFF,
  76.     0xFFFF,
  77.     0xFFFF,
  78.     0xFFFF,
  79.     0xFFFF,
  80.     0xFFFF,
  81.     0x0,
  82.     0x80,
  83.     0x180,
  84.     0x80,
  85.     0x80,
  86.     0x80,
  87.     0x3E0,
  88.     0x0,
  89.     0xFFFF,
  90.     0xFFFF,
  91.     0xFFFF,
  92.     0xFFFF,
  93.     0xFFFF,
  94.     0xFFFF,
  95.     0xFFFF,
  96.     0xFFFF,
  97.     0x0,
  98.     0x80,
  99.     0x180,
  100.     0x80,
  101.     0x80,
  102.     0x80,
  103.     0x3E0,
  104.     0x0,
  105.     0x0,
  106.     0x80,
  107.     0x180,
  108.     0x80,
  109.     0x80,
  110.     0x80,
  111.     0x3E0,
  112.     0x0
  113.  };
  114.  
  115. struct Image g11b_image =
  116. {
  117.     0,0,            /* LeftEdge, TopEdge  */
  118.     16,8,5,        /* Width, Height, Depth */
  119.     &g11b_imageData[0],        /* Pointer to Image data */
  120.     31,0,            /* PlanePick, PlaneOnOff */
  121.     NULL,            /* NextImage pointer */
  122. };
  123. /*   Image g12_image  
  124.           Width:    18
  125.          Height:   8
  126.           Depth:    5
  127.      TransColor:    6  */
  128.  
  129. UWORD g12_imageData[] =
  130. {
  131. /* Raster width is 2 words*/
  132.     0x0,0x0,
  133.     0x3E0,0x0,
  134.     0x20,0x0,
  135.     0xE0,0x0,
  136.     0x380,0x0,
  137.     0x200,0x0,
  138.     0x3E0,0x0,
  139.     0x0,0x0,
  140.     0xFFFF,0xFFFF,
  141.     0xFFFF,0xFFFF,
  142.     0xFFFF,0xFFFF,
  143.     0xFFFF,0xFFFF,
  144.     0xFFFF,0xFFFF,
  145.     0xFFFF,0xFFFF,
  146.     0xFFFF,0xFFFF,
  147.     0xFFFF,0xFFFF,
  148.     0xFFFF,0xFFFF,
  149.     0xFFFF,0xFFFF,
  150.     0xFFFF,0xFFFF,
  151.     0xFFFF,0xFFFF,
  152.     0xFFFF,0xFFFF,
  153.     0xFFFF,0xFFFF,
  154.     0xFFFF,0xFFFF,
  155.     0xFFFF,0xFFFF,
  156.     0x0,0x0,
  157.     0x3E0,0x0,
  158.     0x20,0x0,
  159.     0xE0,0x0,
  160.     0x380,0x0,
  161.     0x200,0x0,
  162.     0x3E0,0x0,
  163.     0x0,0x0,
  164.     0xFFFF,0xC000,
  165.     0xFFFF,0xC000,
  166.     0xFFFF,0xC000,
  167.     0xFFFF,0xC000,
  168.     0xFFFF,0xC000,
  169.     0xFFFF,0xC000,
  170.     0xFFFF,0xC000,
  171.     0xFFFF,0xC000
  172.   };
  173.  
  174. struct Image g12_image =
  175. {
  176.     0,0,            /* LeftEdge, TopEdge  */
  177.     18,8,5,        /* Width, Height, Depth */
  178.     &g12_imageData[0],        /* Pointer to Image data */
  179.     31,0,            /* PlanePick, PlaneOnOff */
  180.     NULL,            /* NextImage pointer */
  181. };
  182. /*   Image g12b_image  
  183.           Width:    18
  184.          Height:   8
  185.           Depth:    5
  186.      TransColor:    6  */
  187.  
  188. UWORD g12b_imageData[] =
  189. {
  190. /* Raster width is 2 words*/
  191.     0xFFFF,0xC000,
  192.     0xFFFF,0xC000,
  193.     0xFFFF,0xC000,
  194.     0xFFFF,0xC000,
  195.     0xFFFF,0xC000,
  196.     0xFFFF,0xC000,
  197.     0xFFFF,0xC000,
  198.     0xFFFF,0xC000,
  199.     0x0,0x3FFF,
  200.     0x3E0,0x3FFF,
  201.     0x20,0x3FFF,
  202.     0xE0,0x3FFF,
  203.     0x380,0x3FFF,
  204.     0x200,0x3FFF,
  205.     0x3E0,0x3FFF,
  206.     0x0,0x3FFF,
  207.     0xFFFF,0xFFFF,
  208.     0xFFFF,0xFFFF,
  209.     0xFFFF,0xFFFF,
  210.     0xFFFF,0xFFFF,
  211.     0xFFFF,0xFFFF,
  212.     0xFFFF,0xFFFF,
  213.     0xFFFF,0xFFFF,
  214.     0xFFFF,0xFFFF,
  215.     0x0,0x0,
  216.     0x3E0,0x0,
  217.     0x20,0x0,
  218.     0xE0,0x0,
  219.     0x380,0x0,
  220.     0x200,0x0,
  221.     0x3E0,0x0,
  222.     0x0,0x0,
  223.     0x0,0x0,
  224.     0x3E0,0x0,
  225.     0x20,0x0,
  226.     0xE0,0x0,
  227.     0x380,0x0,
  228.     0x200,0x0,
  229.     0x3E0,0x0,
  230.     0x0,0x0
  231.  };
  232.  
  233. struct Image g12b_image =
  234. {
  235.     0,0,            /* LeftEdge, TopEdge  */
  236.     18,8,5,        /* Width, Height, Depth */
  237.     &g12b_imageData[0],        /* Pointer to Image data */
  238.     31,0,            /* PlanePick, PlaneOnOff */
  239.     NULL,            /* NextImage pointer */
  240. };
  241.  
  242.  
  243.  
  244.  
  245. /*   Image g13_image  
  246.           Width:    18
  247.          Height:   8
  248.           Depth:    5
  249.      TransColor:    6  */
  250.  
  251. UWORD g13_imageData[] =
  252. {
  253.     0x0,0x0,
  254.     0x1F8,0x0,
  255.     0x8,0x0,
  256.     0x78,0x0,
  257.     0x8,0x0,
  258.     0x8,0x0,
  259.     0x1F8,0x0,
  260.     0x0,0x0,
  261.     0xFFFF,0xFFFF,
  262.     0xFFFF,0xFFFF,
  263.     0xFFFF,0xFFFF,
  264.     0xFFFF,0xFFFF,
  265.     0xFFFF,0xFFFF,
  266.     0xFFFF,0xFFFF,
  267.     0xFFFF,0xFFFF,
  268.     0xFFFF,0xFFFF,
  269.     0xFFFF,0xFFFF,
  270.     0xFFFF,0xFFFF,
  271.     0xFFFF,0xFFFF,
  272.     0xFFFF,0xFFFF,
  273.     0xFFFF,0xFFFF,
  274.     0xFFFF,0xFFFF,
  275.     0xFFFF,0xFFFF,
  276.     0xFFFF,0xFFFF,
  277.     0x0,0x0,
  278.     0x1F8,0x0,
  279.     0x8,0x0,
  280.     0x78,0x0,
  281.     0x8,0x0,
  282.     0x8,0x0,
  283.     0x1F8,0x0,
  284.     0x0,0x0,
  285.     0xFFFF,0xC000,
  286.     0xFFFF,0xC000,
  287.     0xFFFF,0xC000,
  288.     0xFFFF,0xC000,
  289.     0xFFFF,0xC000,
  290.     0xFFFF,0xC000,
  291.     0xFFFF,0xC000,
  292.     0xFFFF,0xC000
  293.  
  294. };
  295.  
  296. struct Image g13_image =
  297. {
  298.     0,0,            /* LeftEdge, TopEdge  */
  299.     18,8,5,        /* Width, Height, Depth */
  300.     &g13_imageData[0],        /* Pointer to Image data */
  301.     31,0,            /* PlanePick, PlaneOnOff */
  302.     NULL,            /* NextImage pointer */
  303. };
  304.  
  305.  
  306.  
  307.  
  308. /*   Image g13b_image  
  309.           Width:    18
  310.          Height:   8
  311.           Depth:    5
  312.      TransColor:    6  */
  313.  
  314. UWORD g13b_imageData[] =
  315. {
  316.     0xFFFF,0xC000,
  317.     0xFFFF,0xC000,
  318.     0xFFFF,0xC000,
  319.     0xFFFF,0xC000,
  320.     0xFFFF,0xC000,
  321.     0xFFFF,0xC000,
  322.     0xFFFF,0xC000,
  323.     0xFFFF,0xC000,
  324.     0x0,0x3FFF,
  325.     0x1F8,0x3FFF,
  326.     0x8,0x3FFF,
  327.     0x78,0x3FFF,
  328.     0x8,0x3FFF,
  329.     0x8,0x3FFF,
  330.     0x1F8,0x3FFF,
  331.     0x0,0x3FFF,
  332.     0xFFFF,0xFFFF,
  333.     0xFFFF,0xFFFF,
  334.     0xFFFF,0xFFFF,
  335.     0xFFFF,0xFFFF,
  336.     0xFFFF,0xFFFF,
  337.     0xFFFF,0xFFFF,
  338.     0xFFFF,0xFFFF,
  339.     0xFFFF,0xFFFF,
  340.     0x0,0x0,
  341.     0x1F8,0x0,
  342.     0x8,0x0,
  343.     0x78,0x0,
  344.     0x8,0x0,
  345.     0x8,0x0,
  346.     0x1F8,0x0,
  347.     0x0,0x0,
  348.     0x0,0x0,
  349.     0x1F8,0x0,
  350.     0x8,0x0,
  351.     0x78,0x0,
  352.     0x8,0x0,
  353.     0x8,0x0,
  354.     0x1F8,0x0,
  355.     0x0,0x0
  356. };
  357.  
  358. struct Image g13b_image =
  359. {
  360.     0,0,            /* LeftEdge, TopEdge  */
  361.     18,8,5,        /* Width, Height, Depth */
  362.     &g13b_imageData[0],        /* Pointer to Image data */
  363.     31,0,            /* PlanePick, PlaneOnOff */
  364.     NULL,            /* NextImage pointer */
  365. };
  366.  
  367.  
  368. /*   Image g14_image  
  369.           Width:    18
  370.          Height:   8
  371.           Depth:    5
  372.      TransColor:    6  */
  373.  
  374. UWORD g14_imageData[] =
  375. {
  376.     0x0,0x0,
  377.     0x640,0x0,
  378.     0x640,0x0,
  379.     0x640,0x0,
  380.     0x7F0,0x0,
  381.     0x40,0x0,
  382.     0x40,0x0,
  383.     0x0,0x0,
  384.     0xFFFF,0xFFFF,
  385.     0xFFFF,0xFFFF,
  386.     0xFFFF,0xFFFF,
  387.     0xFFFF,0xFFFF,
  388.     0xFFFF,0xFFFF,
  389.     0xFFFF,0xFFFF,
  390.     0xFFFF,0xFFFF,
  391.     0xFFFF,0xFFFF,
  392.     0xFFFF,0xFFFF,
  393.     0xFFFF,0xFFFF,
  394.     0xFFFF,0xFFFF,
  395.     0xFFFF,0xFFFF,
  396.     0xFFFF,0xFFFF,
  397.     0xFFFF,0xFFFF,
  398.     0xFFFF,0xFFFF,
  399.     0xFFFF,0xFFFF,
  400.     0x0,0x0,
  401.     0x640,0x0,
  402.     0x640,0x0,
  403.     0x640,0x0,
  404.     0x7F0,0x0,
  405.     0x40,0x0,
  406.     0x40,0x0,
  407.     0x0,0x0,
  408.     0xFFFF,0xC000,
  409.     0xFFFF,0xC000,
  410.     0xFFFF,0xC000,
  411.     0xFFFF,0xC000,
  412.     0xFFFF,0xC000,
  413.     0xFFFF,0xC000,
  414.     0xFFFF,0xC000,
  415.     0xFFFF,0xC000
  416.  };
  417.  
  418. struct Image g14_image =
  419. {
  420.     0,0,            /* LeftEdge, TopEdge  */
  421.     18,8,5,        /* Width, Height, Depth */
  422.     &g14_imageData[0],        /* Pointer to Image data */
  423.     31,0,            /* PlanePick, PlaneOnOff */
  424.     NULL,            /* NextImage pointer */
  425. };
  426.  
  427.  
  428.  
  429. /*   Image g14b_image  
  430.           Width:    18
  431.          Height:   8
  432.           Depth:    5
  433.      TransColor:    6  */
  434.  
  435.  
  436. UWORD g14b_imageData[] =
  437. {
  438.  
  439.     0xFFFF,0xC000,
  440.     0xFFFF,0xC000,
  441.     0xFFFF,0xC000,
  442.     0xFFFF,0xC000,
  443.     0xFFFF,0xC000,
  444.     0xFFFF,0xC000,
  445.     0xFFFF,0xC000,
  446.     0xFFFF,0xC000,
  447.     0x0,0x3FFF,
  448.     0x640,0x3FFF,
  449.     0x640,0x3FFF,
  450.     0x640,0x3FFF,
  451.     0x7F0,0x3FFF,
  452.     0x40,0x3FFF,
  453.     0x40,0x3FFF,
  454.     0x0,0x3FFF,
  455.     0xFFFF,0xFFFF,
  456.     0xFFFF,0xFFFF,
  457.     0xFFFF,0xFFFF,
  458.     0xFFFF,0xFFFF,
  459.     0xFFFF,0xFFFF,
  460.     0xFFFF,0xFFFF,
  461.     0xFFFF,0xFFFF,
  462.     0xFFFF,0xFFFF,
  463.     0x0,0x0,
  464.     0x640,0x0,
  465.     0x640,0x0,
  466.     0x640,0x0,
  467.     0x7F0,0x0,
  468.     0x40,0x0,
  469.     0x40,0x0,
  470.     0x0,0x0,
  471.     0x0,0x0,
  472.     0x640,0x0,
  473.     0x640,0x0,
  474.     0x640,0x0,
  475.     0x7F0,0x0,
  476.     0x40,0x0,
  477.     0x40,0x0,
  478.     0x0,0x0
  479.   };
  480.  
  481. struct Image g14b_image =
  482. {
  483.     0,0,            /* LeftEdge, TopEdge  */
  484.     18,8,5,        /* Width, Height, Depth */
  485.     &g14b_imageData[0],        /* Pointer to Image data */
  486.     31,0,            /* PlanePick, PlaneOnOff */
  487.     NULL,            /* NextImage pointer */
  488. };
  489.  
  490.  
  491. /*   HERE!  */
  492. /*   Image done_image  
  493.           Width:    15
  494.          Height:   43
  495.           Depth:    5
  496.      TransColor:    0  */
  497. /* Current color register assignments for this picture are:
  498.  0 -> R: 0 G: 0 B: 0       1 -> R:14 G:12 B:10      
  499.  2 -> Not Used             3 -> Not Used            
  500.  4 -> Not Used             5 -> Not Used            
  501.  6 -> Not Used             7 -> Not Used            
  502.  8 -> Not Used             9 -> Not Used            
  503. 10 -> Not Used            11 -> Not Used            
  504. 12 -> Not Used            13 -> Not Used            
  505. 14 -> Not Used            15 -> Not Used            
  506. 16 -> Not Used            17 -> Not Used            
  507. 18 -> R: 1 G: 7 B: 3      19 -> Not Used            
  508. 20 -> R: 3 G: 3 B: 3      21 -> Not Used            
  509. 22 -> Not Used            23 -> Not Used            
  510. 24 -> Not Used            25 -> Not Used            
  511. 26 -> Not Used            27 -> Not Used            
  512. 28 -> Not Used            29 -> Not Used            
  513. 30 -> Not Used            31 -> Not Used            
  514. */
  515.  
  516. /* Image Data */
  517.  
  518. UWORD done_imageData[] =
  519. {
  520. /* Bit Plane #0 */
  521.  
  522.    0x0000,
  523.    0x0000,
  524.    0x0000,
  525.    0x0f80,
  526.    0x06c0,
  527.    0x0660,
  528.    0x0660,
  529.    0x0660,
  530.    0x06c0,
  531.    0x0f80,
  532.    0x0000,
  533.    0x0000,
  534.    0x0000,
  535.    0x0000,
  536.    0x0000,
  537.    0x03c0,
  538.    0x0660,
  539.    0x0660,
  540.    0x0660,
  541.    0x03c0,
  542.    0x0000,
  543.    0x0000,
  544.    0x0000,
  545.    0x0000,
  546.    0x0000,
  547.    0x07c0,
  548.    0x0660,
  549.    0x0660,
  550.    0x0660,
  551.    0x0660,
  552.    0x0000,
  553.    0x0000,
  554.    0x0000,
  555.    0x0000,
  556.    0x0000,
  557.    0x03c0,
  558.    0x0660,
  559.    0x07e0,
  560.    0x0600,
  561.    0x03c0,
  562.    0x0000,
  563.    0x0000,
  564.    0x0000,
  565.  
  566. /* Bit Plane #1 */
  567.  
  568.    0x0000,
  569.    0x7ffc,
  570.    0x7ffc,
  571.    0x707c,
  572.    0x793c,
  573.    0x799c,
  574.    0x799c,
  575.    0x799c,
  576.    0x793c,
  577.    0x707c,
  578.    0x7ffc,
  579.    0x7ffc,
  580.    0x7ffc,
  581.    0x7ffc,
  582.    0x7ffc,
  583.    0x7c3c,
  584.    0x799c,
  585.    0x799c,
  586.    0x799c,
  587.    0x7c3c,
  588.    0x7ffc,
  589.    0x7ffc,
  590.    0x7ffc,
  591.    0x7ffc,
  592.    0x7ffc,
  593.    0x783c,
  594.    0x799c,
  595.    0x799c,
  596.    0x799c,
  597.    0x799c,
  598.    0x7ffc,
  599.    0x7ffc,
  600.    0x7ffc,
  601.    0x7ffc,
  602.    0x7ffc,
  603.    0x7c3c,
  604.    0x799c,
  605.    0x781c,
  606.    0x79fc,
  607.    0x7c3c,
  608.    0x7ffc,
  609.    0x7ffc,
  610.    0x0000,
  611.  
  612. /* Bit Plane #2 */
  613.  
  614.    0xfffe,
  615.    0x8002,
  616.    0x8002,
  617.    0x8002,
  618.    0x8002,
  619.    0x8002,
  620.    0x8002,
  621.    0x8002,
  622.    0x8002,
  623.    0x8002,
  624.    0x8002,
  625.    0x8002,
  626.    0x8002,
  627.    0x8002,
  628.    0x8002,
  629.    0x8002,
  630.    0x8002,
  631.    0x8002,
  632.    0x8002,
  633.    0x8002,
  634.    0x8002,
  635.    0x8002,
  636.    0x8002,
  637.    0x8002,
  638.    0x8002,
  639.    0x8002,
  640.    0x8002,
  641.    0x8002,
  642.    0x8002,
  643.    0x8002,
  644.    0x8002,
  645.    0x8002,
  646.    0x8002,
  647.    0x8002,
  648.    0x8002,
  649.    0x8002,
  650.    0x8002,
  651.    0x8002,
  652.    0x8002,
  653.    0x8002,
  654.    0x8002,
  655.    0x8002,
  656.    0xfffe,
  657.  
  658. /* Bit Plane #3 */
  659.  
  660.    0x0000,
  661.    0x0000,
  662.    0x0000,
  663.    0x0000,
  664.    0x0000,
  665.    0x0000,
  666.    0x0000,
  667.    0x0000,
  668.    0x0000,
  669.    0x0000,
  670.    0x0000,
  671.    0x0000,
  672.    0x0000,
  673.    0x0000,
  674.    0x0000,
  675.    0x0000,
  676.    0x0000,
  677.    0x0000,
  678.    0x0000,
  679.    0x0000,
  680.    0x0000,
  681.    0x0000,
  682.    0x0000,
  683.    0x0000,
  684.    0x0000,
  685.    0x0000,
  686.    0x0000,
  687.    0x0000,
  688.    0x0000,
  689.    0x0000,
  690.    0x0000,
  691.    0x0000,
  692.    0x0000,
  693.    0x0000,
  694.    0x0000,
  695.    0x0000,
  696.    0x0000,
  697.    0x0000,
  698.    0x0000,
  699.    0x0000,
  700.    0x0000,
  701.    0x0000,
  702.    0x0000,
  703.  
  704. /* Bit Plane #4 */
  705.  
  706.    0xfffe,
  707.    0xfffe,
  708.    0xfffe,
  709.    0xf07e,
  710.    0xf93e,
  711.    0xf99e,
  712.    0xf99e,
  713.    0xf99e,
  714.    0xf93e,
  715.    0xf07e,
  716.    0xfffe,
  717.    0xfffe,
  718.    0xfffe,
  719.    0xfffe,
  720.    0xfffe,
  721.    0xfc3e,
  722.    0xf99e,
  723.    0xf99e,
  724.    0xf99e,
  725.    0xfc3e,
  726.    0xfffe,
  727.    0xfffe,
  728.    0xfffe,
  729.    0xfffe,
  730.    0xfffe,
  731.    0xf83e,
  732.    0xf99e,
  733.    0xf99e,
  734.    0xf99e,
  735.    0xf99e,
  736.    0xfffe,
  737.    0xfffe,
  738.    0xfffe,
  739.    0xfffe,
  740.    0xfffe,
  741.    0xfc3e,
  742.    0xf99e,
  743.    0xf81e,
  744.    0xf9fe,
  745.    0xfc3e,
  746.    0xfffe,
  747.    0xfffe,
  748.    0xfffe
  749. };
  750. struct Image done_image =
  751. {
  752.     0,0,            /* LeftEdge, TopEdge  */
  753.     15,43,5,        /* Width, Height, Depth */
  754.     &done_imageData[0],        /* Pointer to Image data */
  755.     31,0,            /* PlanePick, PlaneOnOff */
  756.     NULL,            /* NextImage pointer */
  757. };
  758.  
  759. /*   HERE2   */
  760. /*   Image doneb_image  
  761.           Width:    15
  762.          Height:   43
  763.           Depth:    5
  764.      TransColor:    0  */
  765. /* Current color register assignments for this picture are:
  766.  0 -> R: 0 G: 0 B: 0       1 -> R:14 G:12 B:10      
  767.  2 -> Not Used             3 -> Not Used            
  768.  4 -> Not Used             5 -> R: 1 G: 2 B: 5      
  769.  6 -> Not Used             7 -> Not Used            
  770.  8 -> Not Used             9 -> Not Used            
  771. 10 -> Not Used            11 -> Not Used            
  772. 12 -> Not Used            13 -> Not Used            
  773. 14 -> Not Used            15 -> Not Used            
  774. 16 -> Not Used            17 -> Not Used            
  775. 18 -> Not Used            19 -> Not Used            
  776. 20 -> R: 3 G: 3 B: 3      21 -> Not Used            
  777. 22 -> Not Used            23 -> Not Used            
  778. 24 -> Not Used            25 -> Not Used            
  779. 26 -> Not Used            27 -> Not Used            
  780. 28 -> Not Used            29 -> Not Used            
  781. 30 -> Not Used            31 -> Not Used            
  782. */
  783.  
  784. /* Image Data */
  785.  
  786. UWORD doneb_imageData[] =
  787. {
  788. /* Bit Plane #0 */
  789.  
  790.    0x0000,
  791.    0x7ffc,
  792.    0x7ffc,
  793.    0x7ffc,
  794.    0x7ffc,
  795.    0x7ffc,
  796.    0x7ffc,
  797.    0x7ffc,
  798.    0x7ffc,
  799.    0x7ffc,
  800.    0x7ffc,
  801.    0x7ffc,
  802.    0x7ffc,
  803.    0x7ffc,
  804.    0x7ffc,
  805.    0x7ffc,
  806.    0x7ffc,
  807.    0x7ffc,
  808.    0x7ffc,
  809.    0x7ffc,
  810.    0x7ffc,
  811.    0x7ffc,
  812.    0x7ffc,
  813.    0x7ffc,
  814.    0x7ffc,
  815.    0x7ffc,
  816.    0x7ffc,
  817.    0x7ffc,
  818.    0x7ffc,
  819.    0x7ffc,
  820.    0x7ffc,
  821.    0x7ffc,
  822.    0x7ffc,
  823.    0x7ffc,
  824.    0x7ffc,
  825.    0x7ffc,
  826.    0x7ffc,
  827.    0x7ffc,
  828.    0x7ffc,
  829.    0x7ffc,
  830.    0x7ffc,
  831.    0x7ffc,
  832.    0x0000,
  833.  
  834. /* Bit Plane #1 */
  835.  
  836.    0x0000,
  837.    0x0000,
  838.    0x0000,
  839.    0x0000,
  840.    0x0000,
  841.    0x0000,
  842.    0x0000,
  843.    0x0000,
  844.    0x0000,
  845.    0x0000,
  846.    0x0000,
  847.    0x0000,
  848.    0x0000,
  849.    0x0000,
  850.    0x0000,
  851.    0x0000,
  852.    0x0000,
  853.    0x0000,
  854.    0x0000,
  855.    0x0000,
  856.    0x0000,
  857.    0x0000,
  858.    0x0000,
  859.    0x0000,
  860.    0x0000,
  861.    0x0000,
  862.    0x0000,
  863.    0x0000,
  864.    0x0000,
  865.    0x0000,
  866.    0x0000,
  867.    0x0000,
  868.    0x0000,
  869.    0x0000,
  870.    0x0000,
  871.    0x0000,
  872.    0x0000,
  873.    0x0000,
  874.    0x0000,
  875.    0x0000,
  876.    0x0000,
  877.    0x0000,
  878.    0x0000,
  879.  
  880. /* Bit Plane #2 */
  881.  
  882.    0xfffe,
  883.    0xfffe,
  884.    0xfffe,
  885.    0xf07e,
  886.    0xf93e,
  887.    0xf99e,
  888.    0xf99e,
  889.    0xf99e,
  890.    0xf93e,
  891.    0xf07e,
  892.    0xfffe,
  893.    0xfffe,
  894.    0xfffe,
  895.    0xfffe,
  896.    0xfffe,
  897.    0xfc3e,
  898.    0xf99e,
  899.    0xf99e,
  900.    0xf99e,
  901.    0xfc3e,
  902.    0xfffe,
  903.    0xfffe,
  904.    0xfffe,
  905.    0xfffe,
  906.    0xfffe,
  907.    0xf83e,
  908.    0xf99e,
  909.    0xf99e,
  910.    0xf99e,
  911.    0xf99e,
  912.    0xfffe,
  913.    0xfffe,
  914.    0xfffe,
  915.    0xfffe,
  916.    0xfffe,
  917.    0xfc3e,
  918.    0xf99e,
  919.    0xf81e,
  920.    0xf9fe,
  921.    0xfc3e,
  922.    0xfffe,
  923.    0xfffe,
  924.    0xfffe,
  925.  
  926. /* Bit Plane #3 */
  927.  
  928.    0x0000,
  929.    0x0000,
  930.    0x0000,
  931.    0x0000,
  932.    0x0000,
  933.    0x0000,
  934.    0x0000,
  935.    0x0000,
  936.    0x0000,
  937.    0x0000,
  938.    0x0000,
  939.    0x0000,
  940.    0x0000,
  941.    0x0000,
  942.    0x0000,
  943.    0x0000,
  944.    0x0000,
  945.    0x0000,
  946.    0x0000,
  947.    0x0000,
  948.    0x0000,
  949.    0x0000,
  950.    0x0000,
  951.    0x0000,
  952.    0x0000,
  953.    0x0000,
  954.    0x0000,
  955.    0x0000,
  956.    0x0000,
  957.    0x0000,
  958.    0x0000,
  959.    0x0000,
  960.    0x0000,
  961.    0x0000,
  962.    0x0000,
  963.    0x0000,
  964.    0x0000,
  965.    0x0000,
  966.    0x0000,
  967.    0x0000,
  968.    0x0000,
  969.    0x0000,
  970.    0x0000,
  971.  
  972. /* Bit Plane #4 */
  973.  
  974.    0xfffe,
  975.    0x8002,
  976.    0x8002,
  977.    0x8002,
  978.    0x8002,
  979.    0x8002,
  980.    0x8002,
  981.    0x8002,
  982.    0x8002,
  983.    0x8002,
  984.    0x8002,
  985.    0x8002,
  986.    0x8002,
  987.    0x8002,
  988.    0x8002,
  989.    0x8002,
  990.    0x8002,
  991.    0x8002,
  992.    0x8002,
  993.    0x8002,
  994.    0x8002,
  995.    0x8002,
  996.    0x8002,
  997.    0x8002,
  998.    0x8002,
  999.    0x8002,
  1000.    0x8002,
  1001.    0x8002,
  1002.    0x8002,
  1003.    0x8002,
  1004.    0x8002,
  1005.    0x8002,
  1006.    0x8002,
  1007.    0x8002,
  1008.    0x8002,
  1009.    0x8002,
  1010.    0x8002,
  1011.    0x8002,
  1012.    0x8002,
  1013.    0x8002,
  1014.    0x8002,
  1015.    0x8002,
  1016.    0xfffe
  1017. };
  1018. struct Image doneb_image =
  1019. {
  1020.     0,0,            /* LeftEdge, TopEdge  */
  1021.     15,43,5,        /* Width, Height, Depth */
  1022.     &doneb_imageData[0],        /* Pointer to Image data */
  1023.     31,0,            /* PlanePick, PlaneOnOff */
  1024.     NULL,            /* NextImage pointer */
  1025. };
  1026.  
  1027.  
  1028. /*   Image starta_image  
  1029.           Width:    15
  1030.          Height:   54
  1031.           Depth:    5
  1032.      TransColor:    0  */
  1033. /* Current color register assignments for this picture are:
  1034.  0 -> R: 0 G: 0 B: 0       1 -> Not Used            
  1035.  2 -> Not Used             3 -> R:15 G:15 B:13      
  1036.  4 -> Not Used             5 -> Not Used            
  1037.  6 -> Not Used             7 -> Not Used            
  1038.  8 -> R: 0 G:14 B: 0       9 -> Not Used            
  1039. 10 -> Not Used            11 -> Not Used            
  1040. 12 -> Not Used            13 -> Not Used            
  1041. 14 -> Not Used            15 -> R: 2 G: 2 B: 2      
  1042. 16 -> Not Used            17 -> Not Used            
  1043. 18 -> Not Used            19 -> Not Used            
  1044. 20 -> R: 3 G: 3 B: 3      21 -> Not Used            
  1045. 22 -> Not Used            23 -> Not Used            
  1046. 24 -> Not Used            25 -> Not Used            
  1047. 26 -> Not Used            27 -> Not Used            
  1048. 28 -> Not Used            29 -> Not Used            
  1049. 30 -> Not Used            31 -> Not Used            
  1050. */
  1051.  
  1052. /* Image Data */
  1053.  
  1054. UWORD starta_imageData[] =
  1055. {
  1056. /* Bit Plane #0 */
  1057.  
  1058.    0x0000,
  1059.    0x7ffc,
  1060.    0x7ffc,
  1061.    0x7ffc,
  1062.    0x7ffc,
  1063.    0x7ffc,
  1064.    0x7ffc,
  1065.    0x7ffc,
  1066.    0x7ffc,
  1067.    0x7ffc,
  1068.    0x7ffc,
  1069.    0x7ffc,
  1070.    0x7ffc,
  1071.    0x7ffc,
  1072.    0x7ffc,
  1073.    0x7ffc,
  1074.    0x7ffc,
  1075.    0x7ffc,
  1076.    0x7ffc,
  1077.    0x7ffc,
  1078.    0x7ffc,
  1079.    0x7ffc,
  1080.    0x7ffc,
  1081.    0x7ffc,
  1082.    0x7ffc,
  1083.    0x7ffc,
  1084.    0x7ffc,
  1085.    0x7cfc,
  1086.    0x7ffc,
  1087.    0x7ffc,
  1088.    0x7ffc,
  1089.    0x7ffc,
  1090.    0x7ffc,
  1091.    0x7ffc,
  1092.    0x7ffc,
  1093.    0x7ffc,
  1094.    0x7ffc,
  1095.    0x7ffc,
  1096.    0x7ffc,
  1097.    0x7ffc,
  1098.    0x7ffc,
  1099.    0x7ffc,
  1100.    0x7ffc,
  1101.    0x7ffc,
  1102.    0x7ffc,
  1103.    0x7ffc,
  1104.    0x7ffc,
  1105.    0x7ffc,
  1106.    0x7ffc,
  1107.    0x7ffc,
  1108.    0x7ffc,
  1109.    0x7ffc,
  1110.    0x7ffc,
  1111.    0x0000,
  1112.  
  1113. /* Bit Plane #1 */
  1114.  
  1115.    0x0000,
  1116.    0x7ffc,
  1117.    0x7ffc,
  1118.    0x7ffc,
  1119.    0x7ffc,
  1120.    0x7ffc,
  1121.    0x7ffc,
  1122.    0x7ffc,
  1123.    0x7ffc,
  1124.    0x7ffc,
  1125.    0x7ffc,
  1126.    0x7ffc,
  1127.    0x7ffc,
  1128.    0x7ffc,
  1129.    0x7ffc,
  1130.    0x7ffc,
  1131.    0x7ffc,
  1132.    0x7ffc,
  1133.    0x7ffc,
  1134.    0x7ffc,
  1135.    0x7ffc,
  1136.    0x7ffc,
  1137.    0x7ffc,
  1138.    0x7ffc,
  1139.    0x7ffc,
  1140.    0x7ffc,
  1141.    0x7ffc,
  1142.    0x7cfc,
  1143.    0x7ffc,
  1144.    0x7ffc,
  1145.    0x7ffc,
  1146.    0x7ffc,
  1147.    0x7ffc,
  1148.    0x7ffc,
  1149.    0x7ffc,
  1150.    0x7ffc,
  1151.    0x7ffc,
  1152.    0x7ffc,
  1153.    0x7ffc,
  1154.    0x7ffc,
  1155.    0x7ffc,
  1156.    0x7ffc,
  1157.    0x7ffc,
  1158.    0x7ffc,
  1159.    0x7ffc,
  1160.    0x7ffc,
  1161.    0x7ffc,
  1162.    0x7ffc,
  1163.    0x7ffc,
  1164.    0x7ffc,
  1165.    0x7ffc,
  1166.    0x7ffc,
  1167.    0x7ffc,
  1168.    0x0000,
  1169.  
  1170. /* Bit Plane #2 */
  1171.  
  1172.    0xfffe,
  1173.    0x8002,
  1174.    0x8002,
  1175.    0x8782,
  1176.    0x8cc2,
  1177.    0x8e02,
  1178.    0x8702,
  1179.    0x81c2,
  1180.    0x8cc2,
  1181.    0x8782,
  1182.    0x8002,
  1183.    0x8002,
  1184.    0x8102,
  1185.    0x8302,
  1186.    0x87c2,
  1187.    0x8302,
  1188.    0x8302,
  1189.    0x8342,
  1190.    0x8182,
  1191.    0x8002,
  1192.    0x8002,
  1193.    0x8002,
  1194.    0x8002,
  1195.    0x8002,
  1196.    0x8782,
  1197.    0x80c2,
  1198.    0x83c2,
  1199.    0x8cc2,
  1200.    0x8762,
  1201.    0x8002,
  1202.    0x8002,
  1203.    0x8002,
  1204.    0x8002,
  1205.    0x8002,
  1206.    0x8ec2,
  1207.    0x8762,
  1208.    0x8662,
  1209.    0x8602,
  1210.    0x8f02,
  1211.    0x8002,
  1212.    0x8002,
  1213.    0x8002,
  1214.    0x8102,
  1215.    0x8302,
  1216.    0x87c2,
  1217.    0x8302,
  1218.    0x8302,
  1219.    0x8342,
  1220.    0x8182,
  1221.    0x8002,
  1222.    0x8002,
  1223.    0x8002,
  1224.    0x8002,
  1225.    0xfffe,
  1226.  
  1227. /* Bit Plane #3 */
  1228.  
  1229.    0x0000,
  1230.    0x0000,
  1231.    0x0000,
  1232.    0x0780,
  1233.    0x0cc0,
  1234.    0x0e00,
  1235.    0x0700,
  1236.    0x01c0,
  1237.    0x0cc0,
  1238.    0x0780,
  1239.    0x0000,
  1240.    0x0000,
  1241.    0x0100,
  1242.    0x0300,
  1243.    0x07c0,
  1244.    0x0300,
  1245.    0x0300,
  1246.    0x0340,
  1247.    0x0180,
  1248.    0x0000,
  1249.    0x0000,
  1250.    0x0000,
  1251.    0x0000,
  1252.    0x0000,
  1253.    0x0780,
  1254.    0x00c0,
  1255.    0x03c0,
  1256.    0x0fc0,
  1257.    0x0760,
  1258.    0x0000,
  1259.    0x0000,
  1260.    0x0000,
  1261.    0x0000,
  1262.    0x0000,
  1263.    0x0ec0,
  1264.    0x0760,
  1265.    0x0660,
  1266.    0x0600,
  1267.    0x0f00,
  1268.    0x0000,
  1269.    0x0000,
  1270.    0x0000,
  1271.    0x0100,
  1272.    0x0300,
  1273.    0x07c0,
  1274.    0x0300,
  1275.    0x0300,
  1276.    0x0340,
  1277.    0x0180,
  1278.    0x0000,
  1279.    0x0000,
  1280.    0x0000,
  1281.    0x0000,
  1282.    0x0000,
  1283.  
  1284. /* Bit Plane #4 */
  1285.  
  1286.    0xfffe,
  1287.    0x8002,
  1288.    0x8002,
  1289.    0x8002,
  1290.    0x8002,
  1291.    0x8002,
  1292.    0x8002,
  1293.    0x8002,
  1294.    0x8002,
  1295.    0x8002,
  1296.    0x8002,
  1297.    0x8002,
  1298.    0x8002,
  1299.    0x8002,
  1300.    0x8002,
  1301.    0x8002,
  1302.    0x8002,
  1303.    0x8002,
  1304.    0x8002,
  1305.    0x8002,
  1306.    0x8002,
  1307.    0x8002,
  1308.    0x8002,
  1309.    0x8002,
  1310.    0x8002,
  1311.    0x8002,
  1312.    0x8002,
  1313.    0x8002,
  1314.    0x8002,
  1315.    0x8002,
  1316.    0x8002,
  1317.    0x8002,
  1318.    0x8002,
  1319.    0x8002,
  1320.    0x8002,
  1321.    0x8002,
  1322.    0x8002,
  1323.    0x8002,
  1324.    0x8002,
  1325.    0x8002,
  1326.    0x8002,
  1327.    0x8002,
  1328.    0x8002,
  1329.    0x8002,
  1330.    0x8002,
  1331.    0x8002,
  1332.    0x8002,
  1333.    0x8002,
  1334.    0x8002,
  1335.    0x8002,
  1336.    0x8002,
  1337.    0x8002,
  1338.    0x8002,
  1339.    0xfffe
  1340. };
  1341. struct Image starta_image =
  1342. {
  1343.     0,0,            /* LeftEdge, TopEdge  */
  1344.     15,54,5,        /* Width, Height, Depth */
  1345.     &starta_imageData[0],        /* Pointer to Image data */
  1346.     31,0,            /* PlanePick, PlaneOnOff */
  1347.     NULL,            /* NextImage pointer */
  1348. };
  1349. /*   Image startb_image  
  1350.           Width:    15
  1351.          Height:   54
  1352.           Depth:    5
  1353.      TransColor:    0  */
  1354. /* Current color register assignments for this picture are:
  1355.  0 -> R: 0 G: 0 B: 0       1 -> Not Used            
  1356.  2 -> Not Used             3 -> Not Used            
  1357.  4 -> Not Used             5 -> Not Used            
  1358.  6 -> Not Used             7 -> Not Used            
  1359.  8 -> R: 0 G:14 B: 0       9 -> Not Used            
  1360. 10 -> Not Used            11 -> Not Used            
  1361. 12 -> Not Used            13 -> Not Used            
  1362. 14 -> Not Used            15 -> R: 2 G: 2 B: 2      
  1363. 16 -> Not Used            17 -> Not Used            
  1364. 18 -> Not Used            19 -> Not Used            
  1365. 20 -> R: 3 G: 3 B: 3      21 -> Not Used            
  1366. 22 -> Not Used            23 -> Not Used            
  1367. 24 -> Not Used            25 -> Not Used            
  1368. 26 -> Not Used            27 -> Not Used            
  1369. 28 -> Not Used            29 -> Not Used            
  1370. 30 -> Not Used            31 -> Not Used            
  1371. */
  1372.  
  1373. /* Image Data */
  1374.  
  1375. UWORD startb_imageData[] =
  1376. {
  1377. /* Bit Plane #0 */
  1378.  
  1379.    0x0000,
  1380.    0x0000,
  1381.    0x0000,
  1382.    0x0780,
  1383.    0x0cc0,
  1384.    0x0e00,
  1385.    0x0700,
  1386.    0x01c0,
  1387.    0x0cc0,
  1388.    0x0780,
  1389.    0x0000,
  1390.    0x0000,
  1391.    0x0100,
  1392.    0x0300,
  1393.    0x07c0,
  1394.    0x0300,
  1395.    0x0300,
  1396.    0x0340,
  1397.    0x0180,
  1398.    0x0000,
  1399.    0x0000,
  1400.    0x0000,
  1401.    0x0000,
  1402.    0x0000,
  1403.    0x0780,
  1404.    0x00c0,
  1405.    0x03c0,
  1406.    0x0cc0,
  1407.    0x0760,
  1408.    0x0000,
  1409.    0x0000,
  1410.    0x0000,
  1411.    0x0000,
  1412.    0x0000,
  1413.    0x0ec0,
  1414.    0x0760,
  1415.    0x0660,
  1416.    0x0600,
  1417.    0x0f00,
  1418.    0x0000,
  1419.    0x0000,
  1420.    0x0000,
  1421.    0x0100,
  1422.    0x0300,
  1423.    0x07c0,
  1424.    0x0300,
  1425.    0x0300,
  1426.    0x0340,
  1427.    0x0180,
  1428.    0x0000,
  1429.    0x0000,
  1430.    0x0000,
  1431.    0x0000,
  1432.    0x0000,
  1433.  
  1434. /* Bit Plane #1 */
  1435.  
  1436.    0x0000,
  1437.    0x0000,
  1438.    0x0000,
  1439.    0x0780,
  1440.    0x0cc0,
  1441.    0x0e00,
  1442.    0x0700,
  1443.    0x01c0,
  1444.    0x0cc0,
  1445.    0x0780,
  1446.    0x0000,
  1447.    0x0000,
  1448.    0x0100,
  1449.    0x0300,
  1450.    0x07c0,
  1451.    0x0300,
  1452.    0x0300,
  1453.    0x0340,
  1454.    0x0180,
  1455.    0x0000,
  1456.    0x0000,
  1457.    0x0000,
  1458.    0x0000,
  1459.    0x0000,
  1460.    0x0780,
  1461.    0x00c0,
  1462.    0x03c0,
  1463.    0x0cc0,
  1464.    0x0760,
  1465.    0x0000,
  1466.    0x0000,
  1467.    0x0000,
  1468.    0x0000,
  1469.    0x0000,
  1470.    0x0ec0,
  1471.    0x0760,
  1472.    0x0660,
  1473.    0x0600,
  1474.    0x0f00,
  1475.    0x0000,
  1476.    0x0000,
  1477.    0x0000,
  1478.    0x0100,
  1479.    0x0300,
  1480.    0x07c0,
  1481.    0x0300,
  1482.    0x0300,
  1483.    0x0340,
  1484.    0x0180,
  1485.    0x0000,
  1486.    0x0000,
  1487.    0x0000,
  1488.    0x0000,
  1489.    0x0000,
  1490.  
  1491. /* Bit Plane #2 */
  1492.  
  1493.    0xfffe,
  1494.    0x8002,
  1495.    0x8002,
  1496.    0x8782,
  1497.    0x8cc2,
  1498.    0x8e02,
  1499.    0x8702,
  1500.    0x81c2,
  1501.    0x8cc2,
  1502.    0x8782,
  1503.    0x8002,
  1504.    0x8002,
  1505.    0x8102,
  1506.    0x8302,
  1507.    0x87c2,
  1508.    0x8302,
  1509.    0x8302,
  1510.    0x8342,
  1511.    0x8182,
  1512.    0x8002,
  1513.    0x8002,
  1514.    0x8002,
  1515.    0x8002,
  1516.    0x8002,
  1517.    0x8782,
  1518.    0x80c2,
  1519.    0x83c2,
  1520.    0x8cc2,
  1521.    0x8762,
  1522.    0x8002,
  1523.    0x8002,
  1524.    0x8002,
  1525.    0x8002,
  1526.    0x8002,
  1527.    0x8ec2,
  1528.    0x8762,
  1529.    0x8662,
  1530.    0x8602,
  1531.    0x8f02,
  1532.    0x8002,
  1533.    0x8002,
  1534.    0x8002,
  1535.    0x8102,
  1536.    0x8302,
  1537.    0x87c2,
  1538.    0x8302,
  1539.    0x8302,
  1540.    0x8342,
  1541.    0x8182,
  1542.    0x8002,
  1543.    0x8002,
  1544.    0x8002,
  1545.    0x8002,
  1546.    0xfffe,
  1547.  
  1548. /* Bit Plane #3 */
  1549.  
  1550.    0x0000,
  1551.    0x7ffc,
  1552.    0x7ffc,
  1553.    0x7ffc,
  1554.    0x7ffc,
  1555.    0x7ffc,
  1556.    0x7ffc,
  1557.    0x7ffc,
  1558.    0x7ffc,
  1559.    0x7ffc,
  1560.    0x7ffc,
  1561.    0x7ffc,
  1562.    0x7ffc,
  1563.    0x7ffc,
  1564.    0x7ffc,
  1565.    0x7ffc,
  1566.    0x7ffc,
  1567.    0x7ffc,
  1568.    0x7ffc,
  1569.    0x7ffc,
  1570.    0x7ffc,
  1571.    0x7ffc,
  1572.    0x7ffc,
  1573.    0x7ffc,
  1574.    0x7ffc,
  1575.    0x7ffc,
  1576.    0x7ffc,
  1577.    0x7ffc,
  1578.    0x7ffc,
  1579.    0x7ffc,
  1580.    0x7ffc,
  1581.    0x7ffc,
  1582.    0x7ffc,
  1583.    0x7ffc,
  1584.    0x7ffc,
  1585.    0x7ffc,
  1586.    0x7ffc,
  1587.    0x7ffc,
  1588.    0x7ffc,
  1589.    0x7ffc,
  1590.    0x7ffc,
  1591.    0x7ffc,
  1592.    0x7ffc,
  1593.    0x7ffc,
  1594.    0x7ffc,
  1595.    0x7ffc,
  1596.    0x7ffc,
  1597.    0x7ffc,
  1598.    0x7ffc,
  1599.    0x7ffc,
  1600.    0x7ffc,
  1601.    0x7ffc,
  1602.    0x7ffc,
  1603.    0x0000,
  1604.  
  1605. /* Bit Plane #4 */
  1606.  
  1607.    0xfffe,
  1608.    0x8002,
  1609.    0x8002,
  1610.    0x8002,
  1611.    0x8002,
  1612.    0x8002,
  1613.    0x8002,
  1614.    0x8002,
  1615.    0x8002,
  1616.    0x8002,
  1617.    0x8002,
  1618.    0x8002,
  1619.    0x8002,
  1620.    0x8002,
  1621.    0x8002,
  1622.    0x8002,
  1623.    0x8002,
  1624.    0x8002,
  1625.    0x8002,
  1626.    0x8002,
  1627.    0x8002,
  1628.    0x8002,
  1629.    0x8002,
  1630.    0x8002,
  1631.    0x8002,
  1632.    0x8002,
  1633.    0x8002,
  1634.    0x8002,
  1635.    0x8002,
  1636.    0x8002,
  1637.    0x8002,
  1638.    0x8002,
  1639.    0x8002,
  1640.    0x8002,
  1641.    0x8002,
  1642.    0x8002,
  1643.    0x8002,
  1644.    0x8002,
  1645.    0x8002,
  1646.    0x8002,
  1647.    0x8002,
  1648.    0x8002,
  1649.    0x8002,
  1650.    0x8002,
  1651.    0x8002,
  1652.    0x8002,
  1653.    0x8002,
  1654.    0x8002,
  1655.    0x8002,
  1656.    0x8002,
  1657.    0x8002,
  1658.    0x8002,
  1659.    0x8002,
  1660.    0xfffe
  1661. };
  1662.  
  1663. struct Image startb_image =
  1664. {
  1665.     0,0,            /* LeftEdge, TopEdge  */
  1666.     15,54,5,        /* Width, Height, Depth */
  1667.     &startb_imageData[0],        /* Pointer to Image data */
  1668.     31,0,            /* PlanePick, PlaneOnOff */
  1669.     NULL,            /* NextImage pointer */
  1670. };
  1671.